home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / Chip_2004-11_cd1.bin / software / frigate / Frigate3_Lite_v25.exe / {app} / Plugins / ExcelEdit.XML < prev    next >
Text File  |  2004-01-06  |  931b  |  27 lines

  1. <PlugInfo>
  2.   <Info Name="Excel Editor" Description="MS Excel Editor" Plugin="ExcelEdit" />
  3. </PlugInfo>
  4.  
  5. <Viewer>
  6.   <Plugin ProgID="ExcelEdit.ExcelEditorCommand" Name="Excel" Extension="xls" Caption="As Excel"/>
  7. </Viewer>
  8.  
  9. <Editor>
  10.   <Plugin ProgID="ExcelEdit.ExcelEditorCommand" Name="Excel" Extension="xls" Caption="As Excel" />
  11. </Editor>
  12.  
  13. <Menu ProgID="ExcelEdit.ExcelEditorCommand">
  14.   <SubMenu Caption="File">
  15.     <MenuItem Caption="Save" Command="SaveFile" ShortCut="Ctrl+S" AltShortCut="F2" ImageIndex="28" />
  16.     <MenuItem Caption="Save As..." Command="SaveAs" ImageIndex="29" />
  17.   </SubMenu>
  18.   <SubMenu Caption="Mode">
  19.     <MenuItem Caption="Read Only" Property="ReadOnly" ShortCut="F6" />
  20.   </SubMenu>
  21. </Menu>
  22.  
  23. <International>
  24.   <Language Name="English" Section="ExcelEdit">
  25.     <Item name="AskSaveFile" value="The file %s was modified./n Do you wish to save it?" />
  26.   </Language>
  27. </International>